Documentation Index
Fetch the complete documentation index at: https://mintlify.com/peLuis123/Stripe_Back/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /api/customers/create
Creates a new customer in Stripe with the provided email, name, and phone number. All three fields are required.
Request Body
Customer’s email address
Customer’s full name
Customer’s phone number
Response
Indicates if the request was successful
Response message describing the result
Customer object containing the created customer information